From 5c79d65717447a09a378baf45cec4954c3bfb8cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Sun, 21 Aug 2016 15:43:29 +0200 Subject: [PATCH] fallback-c89: Include config.h It holds all the HAVE_ definitions. --- gdk/fallback-c89.c | 2 ++ gtk/fallback-c89.c | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdk/fallback-c89.c b/gdk/fallback-c89.c index 4baf797f3c..e9adc5eba8 100644 --- a/gdk/fallback-c89.c +++ b/gdk/fallback-c89.c @@ -17,6 +17,8 @@ * License along with this library. If not, see . */ +#include "config.h" + #include #ifndef HAVE_DECL_ISNAN diff --git a/gtk/fallback-c89.c b/gtk/fallback-c89.c index df28048feb..61536771ee 100644 --- a/gtk/fallback-c89.c +++ b/gtk/fallback-c89.c @@ -17,8 +17,10 @@ * License along with this library. If not, see . */ +#include "config.h" + #include - + /* Workaround for round() for non-GCC/non-C99 compilers */ #ifndef HAVE_ROUND static inline double -- 2.30.2